Eclipse Platform
Pre-release 3.0

Uses of Interface
org.eclipse.jface.text.reconciler.IReconcileStep

Packages that use IReconcileStep
org.eclipse.jface.text.reconciler Provides a reconciler add-on for an ITextViewer
 

Uses of IReconcileStep in org.eclipse.jface.text.reconciler
 

Classes in org.eclipse.jface.text.reconciler that implement IReconcileStep
 class AbstractReconcileStep
          Abstract implementation of a reconcile step.
 

Methods in org.eclipse.jface.text.reconciler with parameters of type IReconcileStep
 void IReconcileStep.setPreviousStep(IReconcileStep step)
          Sets the step which is in front of this step in the pipe.
 void AbstractReconcileStep.setPreviousStep(IReconcileStep step)
           
 

Constructors in org.eclipse.jface.text.reconciler with parameters of type IReconcileStep
AbstractReconcileStep(IReconcileStep step)
          Creates an intermediate reconcile step which adds the given step to the pipe.
 


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.